home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / dev / basic / Stripper.lha / stripper / Stripper.txt < prev   
Text File  |  1997-02-28  |  2KB  |  58 lines

  1.  
  2.                             S·T·R·I·P·P·E·R
  3.                             ---------------
  4.                     v1.01 - completed 28rd Feb 1997.
  5.  
  6. So you've got Blitz Basic and you've got the manual and you've got a few
  7. docs,  but what you really want is a list of commands to use, not oodles
  8. of descriptions about what they do, just the basic format, well Stripper
  9. is here to give you just that.
  10.  
  11. Note:   For  Stripper  to  work, you must have "Blitz2:" assigned to the
  12. correct drawer, otherwise Stripper will not load either of the files.
  13.  
  14. Stripper will load in either your Acidlibs or Deflibs file and literally
  15. strip  out  all the commands it finds in there.  This means that if your
  16. libs are updated, simply running Stripper will produce a bang up-to-date
  17. list of all the commands in there.
  18.  
  19. Stripper is CLI only, the syntax is:
  20.  
  21.                    Stripper <0|1|2> <output filename>
  22.  
  23.   where 0 specifies Deflibs ROM Commands
  24.         1     "     Deflibs Blitz Commands
  25.   and   2     "     Acidlibs Blitz Commands
  26.  
  27. <output  filename>  is the name of the text file you wish to create that
  28. contains  the  newly-generated  list.  You'll want to create three files
  29. altogether,  one  for  each  of the modes, and you can always join files
  30. together if you wish.
  31.  
  32. The  format  of  the  file  is  very simple, on each line (after a brief
  33. header) there's the command, a tab space and the syntax.  To format this
  34. to  something  more  presentable in CygnusEd, simply erase the tabs from
  35. the  left hand side until all the arguments are lined up, then print the
  36. list out to another file, ensuring you have "Tabe to Spaces" highlighted
  37. in the print confirmation requester.
  38.  
  39. Credits:
  40.  
  41.     All programming in Blitz Basic II by D!ck/Carnage.
  42.  
  43. Tools:
  44.  
  45.     Blitz Basic 2.1 on P133 using the Unix Amiga Emulator.
  46.  
  47. History
  48.  
  49. v1.01
  50.     28/02/97 - More compact code.
  51.                Greatly improved speed.
  52.                File tabs removed.
  53.  
  54. v1.00
  55.     23/02/97 - Initial release version.
  56.  
  57.                                   -+-
  58.